home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CGEN.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  305b  |  10 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved
  4. rem
  5. rem This builds the generic library. NOTE: you must edit CGEN.C to reference
  6. rem your header files, and change 'OTHER/INCLUDE' to the directory of your
  7. rem compilers header files.
  8. rem
  9. clint cgen.c -I/other/include -L cgen -x -w0
  10.